projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0e46d2
)
Add binding for <alt>BackSpace to emacs keys
author
Ivan Malison
<IvanMalison@gmail.com>
Mon, 2 Apr 2018 03:16:05 +0000
(20:16 -0700)
committer
Ivan Malison
<IvanMalison@gmail.com>
Mon, 2 Apr 2018 03:16:05 +0000
(20:16 -0700)
gtk/gtk-keys.css.emacs
patch
|
blob
|
history
diff --git
a/gtk/gtk-keys.css.emacs
b/gtk/gtk-keys.css.emacs
index 9dd624074cbdd4e158258b7eab99aba5b4ff5a90..6639e8d1deb10a807e75f156a8628673aa137b05 100644
(file)
--- a/
gtk/gtk-keys.css.emacs
+++ b/
gtk/gtk-keys.css.emacs
@@
-59,6
+59,7
@@
"insert-at-cursor" (" ") };
bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
"insert-at-cursor" (" ") };
+ bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
/*
* Some non-Emacs keybindings people are attached to
*/